ASP.NET Core MVC コントロールヘルプ
Width メソッド (ColumnBaseBuilder<TControl,TBuilder>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ColumnBaseBuilder<TControl,TBuilder> クラス : Width メソッド
The value.
Configurates C1.Web.Mvc.ColumnBase.Width. Sets the width of this column.
シンタックス
'宣言
 
Public Function Width( _
   ByVal value As System.String _
) As TBuilder
public TBuilder Width( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
Column widths may be positive numbers (column width in pixels), null or negative numbers (use the collection's default column width), or strings in the format '{number}*' (star sizing).
参照

ColumnBaseBuilder<TControl,TBuilder> クラス
ColumnBaseBuilder<TControl,TBuilder> メンバ